home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT2.SPK
/
test
/
test_a
/
lcl
/
glob
< prev
next >
Wrap
Text File
|
1996-08-28
|
168b
|
17 lines
int x, y, z;
int useGlob (int a) int x, y, z;
{
ensures true;
}
int dontuseGlob (int a)
{
ensures true;
}
int callsUseGlob (int a) int x;
{
ensures true;
}